-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(showcase): embed section #89
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing embed and it would be nice to add this to the example project yml
Deploy preview ready! https://pr-89.significa.io/ |
export const Wrapper = styled.div` | ||
position: relative; | ||
padding-bottom: 56.25%; /* 16:9 */ | ||
padding-top: 25px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this padding-top? I believe we don't have padding in any section and the sectionWrapper takes care of all the top and bottom spacings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These styles are about this: https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comments
|
||
export const Wrapper = styled.div` | ||
position: relative; | ||
padding-bottom: 56.25%; /* 16:9 */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we safely assume that it's always 16:9?
cc @pedroet
Deploy preview ready! https://pr-89.significa.io/ |
Deploy preview ready! https://pr-89.significa.io/ |
feat(showcase): embed section
Added drawing (segg) authorization
Closes #88